home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / we32i30d.zip / WEHELP.IN_ < prev    next >
Text File  |  1993-07-30  |  2KB  |  77 lines

  1. ; The EXTENSIONS section below maps the extension of the file being edited
  2. ; with a group of help files to try looking up the desired keyword in.
  3. ; For example, if a file "XYZ.C" is being edited, the help files in the
  4. ; SDKHELP section will be checked to lookup the desired data.
  5.  
  6. [EXTENSIONS]
  7. C=WIN32
  8. CPP=WIN32
  9. H=WIN32
  10. ;C=SDKHELP
  11. ;CPP=SDKHELP
  12. ;H=SDKHELP
  13. WBT=WINBATCH
  14. CPM=CMDPOST
  15. MNU=WIL
  16. WEH=SAMPHLP
  17. NONE=DEFAULT
  18. DLL=WIL
  19.  
  20. ; This section merely contains a list of possible help files the user would like
  21. ; presented to him.  Edit at will.
  22. [HELPALL]
  23. HF1=TCWHELP.HLP
  24. HF2=WIN31WH.HLP
  25. HF3=WIN31MWH.HLP
  26. HF4=WINEDIT.HLP
  27. HF5=WIL.HLP
  28. HF6=WINBATCH.HLP
  29. HF7=FILECMDR.HLP
  30. HF8=CMDPOST.HLP
  31.  
  32.  
  33.  
  34. ; The sections below are all pointed to by the EXTENSIONS section.  The format
  35. ; of and entry is as follows:
  36. ;    HFx <equals> HelpFileName HelpFileType 
  37. ; Although you may define all the types you wish, please use numbers above
  38. ; 99 to define your own provate formats (WWW reserves help file types
  39. ; 0 thru 99.   Currently defined HelpFileTypes are:
  40. ;    0  - Undefined
  41. ;    1  - Quick and dirty MessageBox help.   (See SAMPHLP.WEH example)
  42. ;    2  - Windows help file   - Use WinHelp function, pass keyword asis
  43. ;    3  - Executable help file - (Like DOS QH.EXE)
  44.  
  45. [SDKHELP]
  46. HF1=WIN31WH.HLP 2
  47. HF2=WIN31MWH.HLP 2
  48. HF3=WINEDIT.HLP 2
  49. HF4=MSCXX.HLP 2
  50. ;HF5=QH.EXE 3
  51.  
  52. [WIN32]
  53. HF1=API32WH.HLP 2
  54. HF2=MSC.HLP 2
  55.  
  56. [WIL]
  57. HF1=WIL.HLP 2
  58. HF2=WINEDIT.HLP 2
  59. HF3=FILECMDR.HLP 2
  60.  
  61. [WINBATCH]
  62. HF1=WIL.HLP 2
  63. HF2=WINBATCH.HLP 2
  64. HF3=FILECMDR.HLP 2
  65. HF4=CMDPOST.HLP 2
  66.  
  67. [CMDPOST]
  68. HF1=CMDPOST.HLP 2
  69. HF2=WIL.HLP 2
  70.  
  71. [SAMPHLP]
  72. HF1=SAMPHLP.WEH 1
  73.  
  74. [DEFAULT]
  75. HF1=WIL.HLP 2
  76. HF2=WINEDIT.HLP 2
  77.